home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
toc.dir
/
00087.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-01-16
|
293 b
|
15 lines
on mouseDown
puppetSprite(10, 1)
set the memberNum of sprite 10 to the number of member "CAFE DOWN.PICT"
updateStage()
end
on mouseUp
set the memberNum of sprite 10 to the number of member "CAFE UP.PICT"
updateStage()
puppetSprite(10, 0)
unLoad()
SetReturn()
go("cafe")
end